home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workbench Add-On
/
Workbench Add-On - Volume 1.iso
/
BBS-Archive
/
Dev
/
GNU-SMALLTALK.lha
/
get_update
< prev
next >
Wrap
Text File
|
1992-02-15
|
377b
|
21 lines
#!/bin/sh
### Not complete yet!!
# scan all things which match smalltalk
# get the one highest version, prefer patch releases
# record current version info, so next time the update can get only
# what it needs
ftpcmd=${FTP:-ftp}
anon=${ANONYMOUS_USER:-anonymous}
${ftpcmd} -n <<-EOF
open prep.ai.mit.edu
user ${anon} smalltalk
cd pub/gnu
dir smalltalk* st$$
quit
EOF